ASP.NET Core MVC コントロールヘルプ
CellTemplate メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > ColumnBaseBuilder<TControl,TBuilder> クラス : CellTemplate メソッド
The builder function.
Configurates C1.Web.Mvc.ColumnBase.CellTemplate. Sets the cell template in this column.
シンタックス
'宣言
 
Public Function CellTemplate( _
   ByVal build As System.Action(Of CellTemplateBuilder) _
) As TBuilder
public TBuilder CellTemplate( 
   System.Action<CellTemplateBuilder> build
)

パラメータ

build
The builder function.

戻り値の型

Current builder.
解説
It only works for cells panel.
参照

ColumnBaseBuilder<TControl,TBuilder> クラス
ColumnBaseBuilder<TControl,TBuilder> メンバ